<xs:simpleType name="DespatchNumber" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">Versendenummer</xs:documentation>
<xs:documentation xml:lang="en">Dispatch number </xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="35" />
</xs:restriction>
</xs:simpleType>
|